-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
switch everything to node and dont use O_NONBLOCK #25
Conversation
Cargo.toml
Outdated
@@ -12,8 +12,7 @@ libc = "0.2.152" | |||
# Default enable napi4 feature, see https://nodejs.org/api/n-api.html#node-api-version-matrix | |||
napi = { version = "2.12.2", default-features = false, features = ["napi4"] } | |||
napi-derive = "2.12.2" | |||
rustix = { version = "0.38.30", features = ["event"] } | |||
rustix-openpty = "0.1.1" | |||
nix = { version = "0.29.0", features = ["fs", "term"] } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this looks great to me, thanks for iterating on this @jackyzha0 -- I'll defer approving to @lhchavez though
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what changed